object CreatedPuzzle: TCreatedPuzzle Left = 259 Top = 111 BorderStyle = bsDialog Caption = 'Created Puzzle' ClientHeight = 340 ClientWidth = 423 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnPaint = FormPaint OnShow = FormShow TextHeight = 19 object Label2: TLabel Left = 16 Top = 256 Width = 229 Height = 37 Alignment = taCenter AutoSize = False Caption = 'Note: Missing letters will be filled in when the puzzle is saved' + '.' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Panel1: TPanel Left = 264 Top = 8 Width = 153 Height = 325 Caption = 'Panel1' TabOrder = 1 object Label1: TLabel Left = 8 Top = 4 Width = 137 Height = 45 Alignment = taCenter AutoSize = False Caption = 'Excluded Words' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object NoFitWords: TListBox Left = 268 Top = 56 Width = 145 Height = 273 ItemHeight = 19 TabOrder = 0 end object Save: TButton Left = 16 Top = 296 Width = 109 Height = 37 Caption = '&Save Puzzle' TabOrder = 2 OnClick = SaveClick end object Cancel: TButton Left = 136 Top = 296 Width = 109 Height = 37 Caption = '&Cancel' TabOrder = 3 OnClick = CancelClick end end